/*头部*/
 input {outline:none;}
.header{
	width: 100%;
	height: auto;
	overflow: visible;
	overflow-x: hidden;
	background: #151515;
}
.header .header-nav{
	height: 75px;
}
.header .header-nav .logo{
	float: left;
}
.header .header-nav .logo img{
	margin-top: 8px;
	height: 57px;
}
.header .header-nav .nav-box{
	float: left;
	margin-left: 50px;
	height: 100%;
}
.header .header-nav .nav-box li{
	float: left;
}
.header .header-nav{
	color: #FFFFFF;
}
.header .header-nav .nav-box li a{
	color: #FFFFFF;
}
.header .header-nav li {
    float: left;
    margin-left: 50px;
    height: 100%;
    line-height: 100%;
}

.header .header-nav li:hover > a {
    color: #e42d60;
}

.header .header-nav li > a {
    display: block;
    line-height: 75px;
    font-size: 14px;
}

.header .header-nav li:hover .nav-sub {
    display: block;
}
.nav-sub {
    display: none;
    position: absolute;
    background: #333333;
    height: auto;
    overflow: hidden;
    z-index: 99999;
    padding: 0 15px;
}
.nav-sub a {
    line-height: 36px;
    font-size: 12px;
    padding: 0 10px;
    white-space: nowrap;
    display: block;
}

.header .header-btn{
	float: right;
}

.header .header-btn li {
    float: right;
    margin-left: 18px;
    width: 20px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.header .header-btn .header-btn-search {
    width:170px;
    height: 75px;
    line-height: 75px;
}
.header .searchinput{
    width:170px;
    height:32px;
    background:rgba(255,255,255,1);
    border-radius:18px;
    border:1px solid rgba(210,179,85,1);
	padding: 0 32px 0 10px;
}
.header .searchlogo{
    float: right;
    position: relative;
    top:-48px;
    right: 8px;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("../images/header-search.png");
    background-repeat:no-repeat;
    background-size:20px 20px;
    cursor: pointer;
}
.header .header-btn .header-btn-user {
    background-image: url("../images/header-user.png");
	display: none;
}

.div-tip {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    overflow: auto;
    overflow-x: hidden;
}

.div-tip > div span {
    color: #e42d60;
}

.div-tip > div:first-child {
    float: left;
}

.div-tip > div:last-child {
    float: right;
}

/*尾部*/
/*contact us begin*/
.contactus {
    width: 100%;
    height: 177px;
    margin: 80px auto;
}

.contactus ul {
    width: 1280px;
    height: 177px;
    margin: 0px auto;
}

.contactus ul li {
    float: left;
    width: 24%;
    height: 177px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    text-align: center;
    margin-right: 17px;
    cursor: pointer;
}

.contactus ul li.lilast {
    margin-right: 0;
}

.contactus img {
    /*width: 32px;*/
    height: 32px;
    display: block;
    margin: 42px auto 12px;
}

.contactus span {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

.contactus hr {
    width: 29px;
    display: block;
    margin: 14px auto 8px;
    border: 1px solid #E0C679;
}

.contactus p {
    margin: 2px auto 24px;
    color: #666666;
    font-size: 16px;
    font-weight: 600;
}
/*end contact us*/

.bottomnave {
    background-color: #EAEAEA;
    padding-bottom: 28px;
}
.bottomnav {
    width: 1280px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-color: #EAEAEA;
}
.headtitle {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 26px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 14px;
    margin-top: 30px;
}

.navcenterleft {
    float: left;
    width: 800px;
    margin-right: 67px;
}

.navcenterleft .school {
    margin-top: 21px;
    list-style: none;
    width: 100%;
}

.navcenterleft .school li {
    height: 26px;
    line-height: 26px;
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.navcenterleft .school li a {
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}

.navcentermiddle {
    float: left;
    width: 160px;
    margin-right: 53px;
}
.navcenterright {
    float: left;
    width: 200px;
}

.wechatimg {
    margin-top: 23px;
}

.wechatimg img {
    width: 104px;
    height: 104px;
}

.online {
    margin-top: 36px;
    width: 170px;
    height: 42px;
    border-radius: 1px;
    border: 2px solid #323232;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.online a {
    height: 42px;
    line-height: 42px;
}

.online img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: sub;
}
.bottom {
    background-color: #292929;
    padding-top: 50px;
    padding-bottom: 40px;
}

.bottom ul {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 auto;
}

.bottom ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.bottom ul li a, .bottom ul li a:hover {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #FFFFFF;
    cursor: pointer;
}

.bottom .linknav {
    width: 100%;
    line-height: 22px;
}

.bottom .linknav li {
    border-left: 1px solid #FFFFFF;
    height: 12px;
    line-height: 12px;
    padding: 0 10px;
}

.bottom .linknav li.last {
    border-right: 1px solid #FFFFFF;
}

.bottom .compnyinfo {
    width: 100%;
    line-height: 22px;
    margin-top: 26px;
}

.bottom .compnyinfo li {
    margin-right: 20px;
}